@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'iconfont';  /* project id 2345038 */
  src: url(files/iconfont.eot.txt),
  url(files/iconfont.woff) format('woff'),
  url(files/iconfont.ttf) format('truetype'),
}


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1200,.width-1200{ width:83%; margin:0 auto; min-width: 1300px;
    
}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 83%;}  /*版面宽度*/
.page_content{ width:930px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.n_box{
    width: 83%;margin: 4vw auto;position: relative;min-width: 1300px;
}
.n_box:after{
    display: block;content: "";clear: both;
}
.nboxr{
    width: 74%;
}

/*抬头*/
.headerbg{z-index: 11;width: 100%;
   box-sizing: border-box;min-width: 1300px;background: #fff;box-shadow: 0 5px 10px rgba(0,0,0,10%);margin: 0 auto;position: fixed;top: 0;
}


.header{
    height: 110px;    display: flex;box-sizing: border-box;
    display: -webkit-flex;
   
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;min-width: 1300px;
}

.headerl .logo{
    margin-right: 15px;float:left;
}
.headerl .logo img{ 
    display: block;
}
.headerlw{ 
    font-size: 17px;color: #666;line-height: 1.4;padding: 10px 0 0 0;
}
.headerlw dl{font-size:25px;font-weight:bold;color:#015cb5;}
.headerlw dl span{ color: #ffa800;}

/*导航*/
.nav{}
.nav ul,.hright{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.iser_box:after{
    display: block;content: "";clear: both;
}
.nav>ul>li{margin-left:2.6vw;}
.headerbg .nav>ul>li.on>a {
    color: #015cb5;
}
.top20{
    margin-top: 20px;
}
.top50{
    margin-top: 50px;
}

  

.nav>ul>li>a{ font-size:17px; color:#222; display:block; line-height:110px; position:relative; 
} 
.nav>ul>li.on>a:before{
    display: block;content: "";width: 100%;height: 2px;background: #015cb5;position: absolute;bottom: 30px;left: 0;
}
.nav>ul>li>a i{display: block;
    margin-left:8px;font-size: 0.8rem;opacity: 0.7;transform: rotate(0);transition: all ease 0.5s;float: right;
}
.nav>ul>li.on>a:after,.nav>ul>li:hover>a:after{ width:100%;}
.nav>ul>li.on>a,.nav>ul>li:hover>a{  color: #fff;}
.nav>ul>li:nth-of-type(1) i,.nav>ul>li:nth-of-type(4) i,.nav>ul>li:nth-of-type(5) i,.nav>ul>li:nth-of-type(8) i{ display:none;}

.dropmenu{position:absolute;  overflow:hidden; transition:all .3s ease; top:110px; left:0;right:0;margin: 0 auto;  width:100%; background:rgba(255,255,255,0.95 ); 
 opacity:0; transform:rotateY(90deg);box-shadow:0 5px 10px rgba(0,0,0,.2);text-align: center; border-top: 3px solid #ebebeb;
   padding:3vw 0 2vw 0;box-sizing: border-box;
    
}
.dropmenu .dhcpfl{padding: 25px; box-sizing: border-box;
    line-height:32px;box-shadow: 0 0 10px rgba(0,0,0,15%);display: block;margin: 0 auto  30px auto;background: #fff;border-radius:10px; display: none;
}
.dropmenu .dhcpfl a{
    display: inline-block;font-size: 16px;color: #333; margin: 0 1.3vw;
}
.dropmenu .dhcpfl a:before{ 
    display: inline-block;content: "";width: 8px;height: 8px;border-radius: 50%;border: 3px solid #ccc; margin-right: 5px;
}
.dropmenu .dhcpfl a:hover{ color:#015cb5;}
.dropmenu .dhcpfl a:hover:before{border: 3px solid #015cb5;}

.nav>ul>li:hover .dropmenu{ transform:rotate(0deg); opacity:1;}
.dropmenu .dhzdylm a{ display:inline-block; line-height:40px; font-size:15px; color:#666; text-align:center; transition:all .3s ease;  margin:0 0.6vw; overflow:hidden; color:#666;}

.dropmenu .dhzdylm a .pic{  border: 1px solid #eee;
    overflow: hidden;
}
.dropmenu .dhzdylm a img{transition: all ease 0.5s;
    width:200px;display: block;height: auto;
}
.dropmenu .dhzdylm a:hover{color:#015cb5;}

.dropmenu .dhzdylm a:hover img{
    transform: scale(1.1);
}
.nav>ul>li:nth-of-type(3) .dropmenu .dhcpfl.cp{ display: block;}
.nav>ul>li:nth-of-type(5) .dropmenu .dhcpfl.lm{ display: block;}


.hidden{
    display: none;
}


/*语音切换*/
.language{
    width: 140px;color: #fff;text-align: center; position: relative;margin: 35px 0 0 2.6vw;cursor: pointer;
}
.language .bbqh{
    line-height: 40px;background: #015cb5;color: #fff;text-align: center; font-size: 15px; height:40px;}
.language .bbqh em{
    color: #fff6;display: inline-block;
}

.language .bbqh i{
    color: #fff6;display: inline-block; font-size: 0.8rem;
}

.language .bbqh span{
    padding: 0 2px;
}
.language .qhan{width: 100%;
    position: absolute;height: 0;top: 40px;line-height: 40px;overflow: hidden;transition: all ease 0.5s;
}
.language .qhan a{font-size: 15px; border: 1px solid #eee;border-top:none;
    display: block;background: #fff;color: #222;}
.language .qhan a:hover{background: #f2f2f2; color:#015cb5;}    

.language:hover .qhan{
    height: 82px;
}

/*首页幻灯片*/
.sybanner{
    width: 100%;min-width: 1300px;margin-top:110px; position:relative; overflow:hidden;z-index:10;
    } 
    
.sybsp{
    margin-top:-7vw;min-width: 1300px;height: auto;
}    

.sybanner .bannercon{ 
   position:absolute !important;width: 100%;left: 0;right: 0;margin: 0 auto; top: 0;}
.sybanner .prev{ display:block; width: 55px;height: 55px;border:2px solid #fff; font-size: 26px;line-height:55px; border-radius: 50%; opacity: 0.5; color: #fff;text-align: center;z-index: 2;
			 cursor:pointer; position:absolute; left:1vw;top:40vh;transform:rotate(180deg);}
.sybanner .next{display:block; width: 55px;height: 55px;border:2px solid #fff; font-size: 26px;line-height: 55px;border-radius: 50%; opacity: 0.5; color: #fff;text-align: center;z-index: 2;
			 cursor:pointer;  position:absolute;right:1vw;top:40vh;}

.sybanner .next:hover,.sybanner .prev:hover{
    background: #015cb5;color: #fff;border-color: #015cb5;opacity: 1;
}
	.sybanner .pic{ text-align:center; position:relative;}
	.sybanner .pic img,/*.mod1019 .banner .ban_bg img,*/.nbanner img{ width:100%;  height: auto;
	    min-width: 1300px;animation: arrow  10s linear infinite;    -moz-animation: arrow 10s linear infinite;    -ms-animation: arrow 10s linear infinite;    -o-animation: arrow 10s linear infinite;    -webkit-animation: arrow 10s linear infinite;
	}
	
@-webkit-keyframes arrow
{
0% {transform: scale(1)}
50%{transform: scale(1.04)}
100% {transform: scale(1)}
}
@-moz-keyframes arrow
{
0% {transform: scale(1)}
50%{transform: scale(1.04)}
100% {transform: scale(1)}
}
  

@-o-keyframes arrow
  
{
0% {transform: scale(1)}
50%{transform: scale(1.04)}
100% {transform: scale(1)}
}	
	

.bannerheight{  display:block;width: 100%;}
.bannerheight img{
    display: block;width: 100%;min-width: 1300px;}
    
.banpage{
    position: absolute;text-align: center;left: 0;right: 0;margin: 0 auto;bottom: 2vh;z-index: 2;
}   
.banpage li{cursor: pointer;
    display: inline-block;width: 12px;height: 12px;background: rgba(255,255,255,0.5);border-radius:6px;overflow: hidden; margin: 0 5px; color: transparent;
}
.feature li:after{
    display: block;content: "";width: 1px;height: 160px;position: absolute;right: 0;top: 50px;background: #eee;
}

.banpage li.on{
    background: rgba(255,255,255,1);width:44px;
}
.sybanner .txt{ line-height:30px;  box-sizing: border-box;top: 0;
	margin: 0 auto;position: absolute;left: 0;right: 0;min-width: 1300px;}
	.sybanner .txt .txtwd{line-height:1.5; color: #fff;
	    position: relative;font-size: 27px;margin-top: 9.1vh;
	}
.sybanner .txt .txtwd h2{
    font-size: 54px;font-weight: bold;letter-spacing: 1px;
}
.sybanner .txt .txtwd dl{font-weight:lighter;}
.coloryl{color:#f09205;}

.sybanner .txt .bluebh{font-weight: lighter;
    width: 268px;height: 205px;background: url(images/bluebh.png)center bottom no-repeat;box-sizing: border-box;text-align: center;font-size:30px;color: #fff;line-height: 1.5; 
    padding-top:2vw;margin-right: 16.6vw; background-size:cover;
}


.sybanner .banner03 .txt .txtwd{margin-top:20vh;}
.sybanner .banner03 .txt .txtwd .pic1{display: block;margin-bottom: 5vh;}
.sybanner .banner03 .txt .txtwd .pic2{display: block;margin-top: 6vh;}
.sybanner .banner03 .txt .txtwd dl{ font-size:24px;padding-top:3px;}

/*主营产品*/
.proall{
    width: 100%;min-width: 1300px;margin:5.5vw 0;
}
.prot{
    text-align: center;font-size: 16px;color: #777;line-height: 3;
}
.prot dl{font-size:40px;font-weight:bold;color:#222;line-height:1;}
.probqht{
 display: -webkit-flex; margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.probqht li a{
    display: block;font-size: 22px;color: #222;line-height:70px;position: relative;
}

.probqht li.nep01 a{color:#015cb5;}
.probqht li a:After{width:0; display: block;content:"";left: 0;right: 0;margin: 0 auto;bottom: 0;height: 4px;background: #015cb5; transition:all ease 0.5s;}
.probqht li.nep01 a:After,.probqht li:hover a:After{
   width: 100%;
}

.probqhb{
    background: url(images/probg.jpg)center no-repeat;box-sizing: border-box; background-size: cover;
}

.probqhbr{
    width: 54%; padding:5vw 0;position: relative;
}
.probqhbr .tel{
    position: absolute;color:#fff;font-size: 28px;right: 0;bottom:120px;
}
.probqhbr .tel span{
    display: inline-block;font-size: 16px;vertical-align: middle;
}
.probqhb #mncon2 .probqhbr .tel{bottom:60px;}
.probqhb #mncon4 .probqhbr .tel{bottom:40px;}


.probqhbr img{
    display: block;width: 100%;
}
.probqhbl{
    width: 40%;box-sizing: border-box;color: #fff;line-height: 2; padding-top:5.5vw;text-align: left; padding-bottom: 4vw;
}
.probqhbl h2{
    display: block;font-weight: bold;font-size: 30px;line-height: 1.4;color: #f09205;
}
.probqhbl dl{font-size:22px;}
.probqhbl p{
margin-top: 1vw;color: #fff9;font-size: 16px;text-align: justify;
}
.probqhbl a{display:block;color:#fff;
    line-height: 45px;width: 160px;font-size: 16px;background: #fff2;text-align: center; margin-top: 2.5vw;
}
.probqhbl a:hover{
    background: #f09205;color: #fff;
}

.probqhblb{    display: flex; margin-top:2.5vw;text-align: center;
    box-sizing: border-box;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;}
.probqhblb li .pic{font-size: 40px;border-radius: 50%;overflow: hidden;
    width: 80px;height:80px;background: #015cb5;line-height: 80px;
}
.probqhblb li em{
    display: block;font-size: 22px;
}

#mncon4 .probqhbr{ padding: 3.5vw 0;}

/*应用领域*/
.application{
    width: 100%;min-width: 1300px;
}
.applicationb{
    margin-top:1vw;
}
.applicationb a{
    display: block;width: 23.5%;float: left;box-sizing: border-box; margin-right: 2%;position: relative;border: 1px solid #eee;
}
.applicationb a:nth-of-type(4n){ margin-right:0;}
.applicationb a:nth-of-type(n+5){ margin-top:2%;}
.applicationb a .pic{overflow:hidden;position:relative;}
.applicationb a .pic img{display:block;width:100%;height:auto;transition: all ease 0.5s;}
.applicationb a:hover .pic img{
    transform: scale(1.2);
}
.applicationb a .txt{
    text-align: center;line-height: 66px;background: #015cb5;color: #fff;font-size:24px;position: relative;
}
.applicationb a .txt span{
    display: block;position: relative;z-index: 2;
}
.applicationb a .txt:after{content:"";position: absolute;left: 0;border: 0;bottom: 0;
    display: block;width: 0;height: 66px;background: #f09205;transition: all ease 0.5s;
}
.applicationb a:hover .txt:after{width:100%;}
.applicationb:after{
    display: block;content: "";clear: both;
}

.applicationb a .miaoshu{text-align: center;color: #fff;font-size: 20px; padding: 5vw 2vw 0 2vw;
    position: absolute;left: 0;width: 100%;box-sizing: border-box;top:400px;transition: all ease 0.5s;background: rgba(1,91,181,0.9);line-height: 1.6; height: 100%;
    
}
.applicationb a:hover  .miaoshu{
    top: 0;
}

/*实力展示*/
.shili{
    background: url(images/shchshili.jpg)center fixed no-repeat;padding: 5vw 0 5.5vw 0; margin-top: 5.5vw; position: relative;overflow: hidden;
}
.shili .prot{
    position: relative;z-index: 4;color: #fff7; margin-bottom: 1rem;
}
.shili .prot dl{color:#fff;}

.shili video{
    display: block;position: absolute;left: 0;right: 0;width:100%;height: auto;z-index: 1;top: 0; margin-top: -2vw;
    }
    
.shili:after{
    display: block;content: "";width: 100%;height: 100%;position: absolute;left: 0;right: 0;margin: 0 auto;background: rgba(0,0,0,88%);z-index: 2; bottom: 0;
}

.shilib li{ background: #fff;position: relative;z-index: 3;border-radius: 10px;
    display: block;width:32%;float: left;box-sizing: border-box; margin-right: 2%;cursor: pointer;
}
.shilib li:nth-of-type(3n){ margin-right:0;}
.shilib li .pic{ overflow:hidden; position:relative;z-index:2;}
.shilib li .pic img{display:block;width:100%;height:auto;transition: all ease 0.5s;}
.shilib li:hover .pic img{
    transform: scale(1.1);
}
.shilib li .txt{position:relative;z-index: 2;
    line-height: 2;position: relative; padding:2vw;
}
.shilib li .txt dl{line-height: 1;padding-bottom: 1vw;transition: all ease 0.5s;
    font-size: 30px;color: #222;
}
.shilib li .txt p{color:#777; font-size:16px;line-height:2; margin:10px 0 10px 0;transition: all ease 0.5s;}
.shilib li .txt a{
    display: block;width: 180px;line-height: 45px;background: #f5f5f5;margin-top: 1.5vw;font-size: 16px;color: #333;text-align: center; border-radius: 5px;
}
.shilib li .txt a:hover{ background: #f09205;color: #fff;}
.shilib li .txt .tubiao{transition: all ease 0.5s;
    position: absolute;top: -50px;width: 90px;height: 90px;line-height:70px;box-sizing: border-box;text-align: center;right: 2vw;background: #fff;border: 10px solid #eee;
    font-size:34px; border-radius: 50%;overflow: hidden;color: #015cb5;
}
.shilib li:after{
    width: 100%;height: 0;display: block;content: "";background: #015cb5;position:absolute;bottom: 0;transition: all ease 0.5s;z-index: 1
}
.shilib li:hover .txt .tubiao{ background:#f09205;color:#fff; border-color:#fff;}
.shilib li:hover:after{
    height: 70%;
}
.shilib li:hover dl{color:#fff;}
.shilib li:hover p{color:#fff7;}


/*荣誉证书*/
.zhengshu{
    width: 100%;position: relative;min-width: 1300px; padding-top:5.5vw;}
/*.zhengshu:after{z-index:1; display: block;content: "";width: 100%;height: 280px;background: #015cb5;position: absolute;left:0;right: 0;bottom: 0;margin: 0 auto;}*/

.zhengshu .box{
    position: relative;
}

 .zhengshul{width: 33%;box-sizing: border-box;line-height:1.5;position: relative;z-index: 2;
    }
 .zhengshul dl{ font-size:40px;font-weight: bold; color:#111;margin-bottom:2vw;}     
 .zhengshul dt{
     display: block;font-size: 80px;font-family: "impact";color: #f5f5f5;line-height: 1;text-transform: uppercase;
 }
 .zhengshul p{
     font-size: 23px;color: #666;
 }
  .zhengshul a{
      display: none;margin-top: 2rem;background: #f5f5f5;text-align: center;width: 160px;line-height:40px;font-size: 16px;color: #666;
  }
  
  
 .zhengshur{
     width: 67%;z-index: 2;
 } 
.zhengshur .picScroll-leftzs{ overflow:hidden;}
.zhengshur .picScroll-leftzs .bd{   }
.zhengshur .picScroll-leftzs .bd ul{ overflow:hidden; zoom:1; }
.zhengshur .picScroll-leftzs .bd ul li{ width:calc(100% / 3);-webkit-width:calc(100% / 3);-ms-width:calc(100% / 3); float:left; _display:inline; overflow:hidden; text-align:center; }
.zhengshur .picScroll-leftzs .bd ul li a{display:block; margin-left:8%; }
.zhengshur .picScroll-leftzs .bd ul li .pic{ text-align:center;}
.zhengshur .picScroll-leftzs .bd ul li .pic img{ width:100%; height:auto; display:block;  }
.zhengshur .picScroll-leftzs .bd ul li .pic a:hover img{   }
.zhengshur .picScroll-leftzs .bd ul li .txt{ line-height:50px;font-size:18px; 
    background: #fff;color: #222;
}
.zhengshur .picScroll-leftzs .bd ul li:hover .txt{ color:#015cb5;}

.zhengshur .picScroll-leftzs .hd{
    position: absolute;left: 0;bottom:2vw;
}
.zhengshur .picScroll-leftzs .hd a{cursor: pointer;
    display:inline-block;margin-right:1.4vw; font-size: 28px;
}
.zhengshur .picScroll-leftzs .hd a:hover{color:#015cb5;}
.zhengshur .picScroll-leftzs .hd a.next,.zhengshur .picScroll-leftzs .hd a.prev{
    background: #f5f5f5;padding:15px;
}
.zhengshur .picScroll-leftzs .hd a.next:hover,.zhengshur .picScroll-leftzs .hd a.prev:hover{ background:#015cb5;color:#fff;}

/*合作客户滚动*/
.partner{
    width: 100%;min-width: 1300px;margin-top:2.5vw;z-index: 2;position: relative; background: #015cb5;padding: 3.5vw 0;
}
.partnerb{overflow:hidden;}
 .partnerb li {
        float: left;
        margin-right: 1vw;
        width: 240px;position: relative;overflow: hidden;
    }
   .partnerb li .pic {
        width: 240px;
        height: 120px;
     
    }
   .partnerb li .pic img {
        display: block;
        width: 100%;
    
    }
   .partnerb li .txt {
        position: absolute;
        width: 100%;
        height: 120px;left: 0;right: 0;margin: 0 auto;bottom: -120px;transition: all ease 0.5s;
        text-align: center;
        font-size: 18px;
        color: #555;
        line-height: 120px;
        background:#f09205;
    }

  
    .partnerb li:hover .txt {color: #fff; bottom: 0;}
    

/*公司简介*/
.about{ width: 100%;
   background:#f2f2f2;padding: 5.5vw 0; overflow: hidden;
    min-width: 1300px;
}
.abpic{ border-radius: 0 80px 0 0;
}
.abpic img{
    display: block;
}
.abcon{ background:#fff ;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.abright{ margin:0 3%;}
.abwa{overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; font-size:15px; color:#999999; line-height:32px; height:96px; overflow:hidden; margin:30px 0 45px 0;}
.abtitl{ font-size:40px; color:#000;}
.abtitl b{ color:#015cb5;}
.abtitl b a{color:#015cb5; font-size:50px;}
.abtitl span{ display:block; font-size:30px; font-weight:lighter; color:#222222; margin-top:15px;}
.abbtn a{ display:inline-block; width:32%; height:100px; vertical-align:top; background:#f5f5f5; transition:all .3s ease; position:relative; padding:25px 30px; font-size:22px; color:#555555;box-sizing:border-box;
    
}
.abbtn { font-size:0;}
.abbtn a+a{ margin-left:2%;}
.abbtn a em{ text-transform:uppercase; font-size:12px; color:#999999; display:block; margin-top:3px;}
.abbtn a:hover{ background:#015cb5; color:#fff;}
.abbtn a:hover em{color:#8aa6ca;}
.abbtn a i{ position:absolute; top:0; bottom:0; margin:auto 0; right:28px; width:40px; height:37px; background:url(images/aboutico.png) no-repeat left top; transition:all .3s ease;}
.abbtn a:nth-child(2) i{ background-position-x:-53px;}
.abbtn a:nth-child(3) i{ background-position-x:-106px;}
.abbtn a:hover i{ background-position-y:-50px;}
.num{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;font-size:15px; color:#555555; text-align:center;  margin-top:3vw;}
.num span,.num i{ display:inline-block; vertical-align:top;}
.num span{ font-size:60px; color:#000000; font-family:impact; position:relative; z-index:3;}
.num i{ border-radius:50%; width:30px; height:30px; font-size:22px; font-family:impact; line-height:30px; color:#fff; background:#015cb5; margin-left:-10px;}
.num p+p{ margin-top:5px; font-size:18px;}


/*销售领域*/
.xiaoshou{
    width: 100%;min-width: 1300px;background:#015cb5 url(images/ditubg.jpg)center no-repeat; box-sizing: border-box;height: 1180px;padding: 87px 0;color: #fff; overflow: hidden;
}

 .xiaoshout{box-sizing: border-box;line-height:1.6;position: relative;z-index: 2;
    }
 .xiaoshout dl{ font-size:36px;font-weight: bold; color:#fff;}     
 .xiaoshout dt{
     display: block;font-size:16px;color: #fff6;text-transform: uppercase; position: absolute;top:120px;left: 0;
 }
 .xiaoshout p{
     font-size:18px;color: #fff;
 }
 .ditudw{
     display: block;position: relative;width: 1300px;margin: 0 auto;
 }
 .ditudw .biaoji{position:relative;z-index:3;}
  .ditudw1{width:8px;height:8px;position: absolute;background: #fff;border-radius: 50%;font-size:16px;top: 760px;right:358px;z-index:3;box-shadow: 0 0 8px #fff;}
 
  .ditudw2{width: 6px;height: 6px;position: absolute;background: #fff;border-radius: 50%;top: 734px;right:183px; cursor:pointer;z-index:3;}
  .ditudw2:after,.ditudw3:after,.ditudw4:after,.ditudw5:after,.ditudw6:after,.ditudw7:after,.ditudw1:after,
  .ditudw8:after,.ditudw9:after,.ditudw10:after,.ditudw11:after,.ditudw12:after,.ditudw13:after
  {display: block;content:attr(data-title);width: 60px;text-align: left;line-height:30px;
color: #fff;text-align: center;margin-left: -27px; margin-top: -27px;cursor:pointer;z-index:3;}

 .ditudw1:after{font-size:14px;width:100px; margin-left:-45px; margin-top:5px; cursor:pointer;}      
      
.ditudw3{width: 6px;height: 6px;position: absolute;background: #fff;border-radius: 50%;top: 676px;right:265px;cursor:pointer;box-shadow: 0 0 8px #fff;}
  .ditudw4{width: 6px;height: 6px;position: absolute;background: #fff;border-radius: 50%;top: 638px;right:334px;cursor:pointer;box-shadow: 0 0 8px #fff;}
  .ditudw5{width: 6px;height: 6px;position: absolute;background: #fff;border-radius: 50%;top: 679px;right:551px;cursor:pointer;box-shadow: 0 0 8px #fff;}
  .ditudw6{width: 6px;height: 6px;position: absolute;background: #fff;border-radius: 50%;top: 598px;right:554px;cursor:pointer;box-shadow: 0 0 8px #fff;}
  .ditudw7{width: 6px;height: 6px;position: absolute;background: #fff;border-radius: 50%;top: 566px;right:654px;cursor:pointer;box-shadow: 0 0 8px #fff;}
  .ditudw8{width: 6px;height: 6px;position: absolute;background: #fff;border-radius: 50%;top: 543px;right:414px;cursor:pointer;box-shadow: 0 0 8px #fff;}
  .ditudw9{width: 6px;height: 6px;position: absolute;background: #fff;border-radius: 50%;top: 512px;right:298px;cursor:pointer;box-shadow: 0 0 8px #fff;}
  .ditudw10{width: 6px;height: 6px;position: absolute;background: #fff;border-radius: 50%;top: 528px;right:194px;cursor:pointer;box-shadow: 0 0 8px #fff;}
  .ditudw11{width: 6px;height: 6px;position: absolute;background: #fff;border-radius: 50%;top:463px;right:257px;cursor:pointer;box-shadow: 0 0 8px #fff;}
  .ditudw12{width: 6px;height: 6px;position: absolute;background: #fff;border-radius: 50%;top:470px;right:400px;cursor:pointer;box-shadow: 0 0 8px #fff;}
  .ditudw13{width: 6px;height: 6px;position: absolute;background: #fff;border-radius: 50%;top:400px;right:300px;cursor:pointer;box-shadow: 0 0 8px #fff;}
  
  /*线条动起来*/

     .symap  svg {
    position: absolute;
   top: 400px;right:180px; 
    width:480px;
    height: 370px;z-index: 2;
}
     .symap svg path{
      stroke-dasharray:1000;
	stroke-dashoffset:0;
    stroke: #fff;
    stroke-width: 1px;
    fill: none;
    animation: move 4s linear  infinite;
     }
     
     .symap svg path:after{content: attr(data-title);display: block;}
@keyframes move{
	0%{stroke-dashoffset:1000;stroke: #fff1;}
	100%{stroke-dashoffset:0;stroke: #fff;}
}

   
   
   
   
/*版权*/
.copy{
    width: 100%;min-width: 1300px;background: #222 ;position: relative;
}
.copy:after{
    display: block;content: "";width: 100%;height: 220px;background: #015cb5;top: 0;position: absolute;left: 0;right: 0;z-index: 1;
}
.copytel{
    background: #015cb5;font-size:16px;color: #fff;line-height:130px; position: relative;z-index: 2;
}
.copytel .box{    display: -webkit-flex;position: relative;z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    
}
.copytel .box li i{ width: 36px;height: 36px;border: 1px solid #fff4;border-radius: 50%;overflow: hidden;text-align: center;line-height: 36px;font-size: 20px;margin-right: 5px;float: left;
    margin-top: 45px;
}
.copytel .box li em{
    display: block;float: left;
}
.copytel .box li span{font-size:20px; }
.copytel .box li:after{
    display: block;content: "";clear: both;
}
.font16{font-size:16px;}

.copynav{ background:#fff; 
    padding:50px 50px 13px 50px ;position: relative;z-index: 2;
}

.cylogo{
    font-size: 19px;line-height:36px;color: #999;
}
.cylogo dl{
    padding-top: 5px;
}
.cylogo img{
    display: block;
}
.cylogo .code{width:150px; margin-top:14px; border:1px solid #eee;color:#333;
    text-align: center;font-size: 15px;
}
.cylogo .code img{
    width: 100%;
}
.cylogo .code p{
    background: #f5f5f5;
}
.cylogo .code+.code{ margin-left:20px;}

.copynavr{
    width: 880px;display: -webkit-flex; 
    display: flex;text-align: center;
    justify-content: space-between;color: #fff;
    flex-wrap: nowrap;
   
}

.copynavr dl{font-size:20px;font-weight:bold;line-height:2;color:#222; margin-bottom:5px;}
.copynavr a{
    display: block;line-height:2.5;font-size: 15px;color: #888;
}

/*版权留言*/
.copyly{  margin-top: 40px;}
.copyly .button.btn_message{ 
    display: block;
    zoom: 1;
    vertical-align: baseline;

    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
   
    line-height: 55px;
    background: #1b81c4;
    font-size: 16px;
    color: #fff;
    
}
.copyly .button.btn_message:hover{
    background: #ed7b1f;color: #fff;
}
.copyly li{width:21%;float:left;}
.copyly li+li{
    margin-left: 1%;
}

 .copyly .wbf-input { font-size: 14px;
    width: 100%;
    height: 55px;border:1px solid #dedede;
    padding: 20px 25px;
  background: #fff;
    line-height: normal;
    box-sizing: border-box;
}
  .copyly input.button.btn_message{
    display: block;
    zoom: 1;
    vertical-align: baseline;
 
     height: 55px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
  
 
    line-height: 55px;
    background: #555;
    font-size: 1rem;
    color: #fff;
    border: none;
    
}
 
  .copyly .feedback_form input,
.copyly .feedback_form textarea{
    border: 1px solid #eee; font-size: 1rem;
  border-radius: 5px;}

.copyly.fb_message textarea{width: 100%;padding: 15px 15px;background: #f5f5f5; margin-top: 10px;}
  
  .copyly .wbf-code {
    border: 1px solid #fff;
    height: 55px;
    padding: 12px 30px; box-sizing: border-box;width: 60%;
   
    line-height: normal;
    box-sizing: border-box;
}
.copyly .yzma {width:22%;border: 1px solid #dedede;
   background: #fff; 
}
.copyly .yzma img{ vertical-align: middle; 
    width: 28%;height: auto;
}
.copyly .wbf-textarea { font-size: 14px; border: none;  width: 100%; background: #fff; border: 1px solid #dedede;
height: 55px;
   padding:17px 25px;
    line-height:24px;
    box-sizing: border-box;
}

 .copyly.fb_message{
     width: 100% !important;height:100px;
 }
 
  .copyly .czhi{ margin-left:27px;
   
  }
.copyly .text-center{ 
 width: 10%;
  }
  
 .copyW{
     line-height: 60px;color: #888;font-size: 15px; margin-top: 10px;
 } 
 .copyW a{color: #888;font-size: 15px;}
 
 
 
 /*内页合作流程*/
	.nprocess{ margin-top:4vw;}
	.nprocessb{ font-size: 16px;line-height: 2;text-align: center; margin-top: 1.5vw;
		display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  
	}
	.nprocessb li{ background: #f9f9f9;
		min-width: 20%;box-sizing: border-box;padding: 2.5vw;
	}
	.nprocessb li:nth-of-type(2n){ background:#f2f2f2;}
	.nprocessb li .pic{
		width: 80px;height: 80px;line-height: 80px;background: #015cb5;border-radius:50%;font-size:36px;color: #fff;margin: 0 auto;
	}
	.nprocessb li dl{ font-size:28px;color: #222;line-height: 1;margin: 1.5vw 0 1vw 0;}
	
 
 
 
 /*内页售后*/
  .fuwu{ margin-top: 4vw;}
 .fuwu .zi{ margin-top: 1vw;
            font-size: 16px;
    line-height: 2;
    background: #f5f5f5;
    padding: 3vw;
 }
  .fuwu .zi dl{ font-weight:bold;color:#015cb5;font-size:20px}
   .fuwu .zi dl:nth-of-type(n+1){ margin-top:1vw;}   
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 @media(max-width:1680px){
     .box, .content, .w1200, .width-1200,.n_box{width:86%;}
     .probqht li a,.probqhblb li em{font-size:21px;}
 .probqhbl p{font-size:15px;} 
 .prot dl{ font-size:38px;}
 .zhengshul p{ font-size:22px;}
  .zhengshul dt{font-size:74px;}
  .abtitl b a{font-size:48px;}
.abtitl span{font-size:29px;}
.copynavr{width:800px;}
.mod1249 .prod_ld li a{ font-size:17px !important;}
.nav>ul>li{ margin-left:2vw;}

.sybanner .txt .txtwd h2{ font-size:49px;}
.sybanner .txt .txtwd dl{ font-size:26px;}
.sybanner .banner03 .txt .txtwd .pic1,.sybanner .banner03 .txt .txtwd .pic2{width:500px;}
.sybanner .txt .bluebh{ width: 240px;height: 184px; font-size:28px;}
.sybanner .banner03 .txt .txtwd{ margin-top:15vh;}
.sybanner .banner03 .txt .txtwd{ margin-top:18vh;}
.sybanner .txt .txtwd{ margin-top:8.6vh;}
.sybanner .txt{ font-size:29px;}
.sybanner .prev,.sybanner .next{top:38vh;}
.dropmenu .dhcpfl a{ font-size:15px;}
.dropmenu .dhzdylm a{ font-size:14px;}
.sybsp{ margin-top:-6.5vw;}
}
  
    @media(max-width:1540px){
.box, .content, .w1200, .width-1200,.n_box{width:90%;}
.dropmenu .dhzdylm a img{ width:190px;}
.probqht li a,.probqhblb li em{font-size:20px;}
.probqhbl{ padding-top:4.5vw;}
.sybanner .txt .txtwd h2{ font-size:47px;}
.sybanner .txt .txtwd dl{ font-size:24px;}
.sybanner .banner03 .txt .txtwd .pic1,.sybanner .banner03 .txt .txtwd .pic2{width:480px;}

.sybanner .txt .bluebh{ width: 220px;height: 168px; font-size:26px;margin-right: 17vw;}
.sybanner .banner03 .txt .txtwd{ margin-top:16vh;}
.sybanner .txt .txtwd{ margin-top:8.2vh;}
.sybanner .prev,.sybanner .next{top:36vh;}

}
  
  @media(max-width:1440px){
.box, .content, .w1200, .width-1200,.n_box{width:94%;}
.dropmenu .dhzdylm a img{ width:180px;}
.probqhbl p{-webkit-line-clamp:2;}
.prot dl{ font-size:36px;}
 .zhengshul p{ font-size:21px;}
 .zhengshul dt{font-size:70px;}
 .abtitl b a{font-size:44px;}
 .abtitl span{font-size:28px;}
 .copynavr{width:760px;}
 .mod1249 .prod_ld li a{ font-size:16px !important;}
 .nav>ul>li{ margin-left:1.5vw;}
 
 .sybanner .txt .txtwd h2{ font-size:43px;}
.sybanner .txt .txtwd dl{ font-size:23px;}
.sybanner .banner03 .txt .txtwd .pic1,.sybanner .banner03 .txt .txtwd .pic2{width:460px;}
.sybanner .txt .bluebh{margin-right: 18vw;}
.sybanner .banner03 .txt .txtwd{ margin-top:13vh;}
.sybanner .txt .txtwd{ margin-top:7.8vh;}
.sybanner .txt{ font-size:28px;}
.sybanner .prev,.sybanner .next{display:none;}
.sybsp{ margin-top:-6vw;}
}





  
    @media(max-width:1366px){
.box, .content, .w1200, .width-1200,.n_box{width:98%;}

 .sybanner .txt .txtwd h2{ font-size:42px;}
.sybanner .txt .txtwd dl{ font-size:22px;}
.sybanner .banner03 .txt .txtwd .pic1,.sybanner .banner03 .txt .txtwd .pic2{width:440px;}
.sybanner .txt .bluebh{margin-right: 19vw;}
.sybanner .txt .bluebh{ width: 200px;height: 153px; font-size:24px;}
.sybanner .banner03 .txt .txtwd{ margin-top:12vh;}
.sybanner .txt .txtwd{ margin-top:7vh;}
.sybanner .txt{ font-size:27px;}


}
  